home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 34 / Creative-Review-CD-ROM-34.iso / pc / foo / foos.dir / 00052_Script_set vidMkr posn = < prev    next >
Text File  |  1998-01-23  |  897b  |  32 lines

  1. on exitFrame
  2.   global present_duration
  3.   
  4.   if the mouseH>590 then
  5.     cursor [the number of member "veryright", the number of member "veryrightMask"]
  6.     
  7.     
  8.   else if the mouseH<50 then
  9.     cursor [the number of member "veryleft", the number of member "veryleftMask"]
  10.     
  11.   else
  12.     cursor [the number of member "straight", the number of member "straightMask"]
  13.     
  14.   end if
  15.   
  16.   
  17.   set proportion=float(the movieTime of sprite 30*1000/present_duration)/1000
  18.   set the locH of sprite 57 = the left of sprite 31 + ((the right of sprite 31-the left of sprite 31)*proportion)
  19.   
  20.   if  the movieTime of sprite 30=present_duration and not(rollOver(35)) then 
  21.     --the movieRate of sprite 30=1 and
  22.     set the member of sprite 35="play"
  23.     -- set the movieTime of sprite 30=0
  24.     set the movieRate of sprite 30=0
  25.   end if
  26.   -- updateStage
  27.   
  28.   go the frame
  29.   
  30. end
  31.  
  32.